<html>
<head>
<title>$SITE_NAME$ - $MODULE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="/_st/my.css" />
<link rel="stylesheet" href="http://sinners.pp.ua/SINNERS/3/css/style.css" type="text/css" charset="utf-8"/>
<script type="text/javascript" src="http://sinners.pp.ua/SINNERS/3/js/jquery-1.3.2.js"></script>
</head>

<body style="background:url('http://sinners.pp.ua/SINNERS/3/img/content/4.png') #000000; margin:0px; padding:0px;">

$GLOBAL_AHEADER$

<!-- Body -->

<?if($USER_LOGGED_IN$)?>
<ul id="navigation">
 <li class="home"><a href="$HOME_PAGE_LINK$" title=" "></a></li>
 <li class="about"><a href="javascript://" onclick="openLayerB('by sinners.pp.ua',0,'/xml/mini_profil.xml','  ',750,410,'1','','',0,'justify'); return false;"></a></li>
 <li class="search"><a href="/search/" title=""></a></li>
 <li class="photos"><a href="/photo/" title="-"></a></li>
 <li class="rssfeed"><a href="/$MODULE_ID$/rss/" title="  "></a></li>
 <li class="contact"><a href="javascript://" onclick="openLayerB('PM',0,'/xml/pm.xml',' ',750,410,'1','','',0,'center');return false;"></a></li>
 </ul>

 <script type="text/javascript">
 $(function() {
 $('#navigation a').stop().animate({'marginLeft':'-85px'},1000);

 $('#navigation > li').hover(
 function () {
 $('a',$(this)).stop().animate({'marginLeft':'-2px'},200);
 },
 function () {
 $('a',$(this)).stop().animate({'marginLeft':'-85px'},200);
 }
 );
 });
 </script><?endif?>

<table border="0" cellpadding="0" cellspacing="0" width="100%" class="content">
<tr>
<td>
<div class="forumContent"><table border="0" cellpadding="0" height="30" cellspacing="0" width="100%">
<tr>
<td align="right">[<?if($USER_LOGGED_IN$)?>
<a href="javascript://" rel="nofollow" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>--> <!--</s>-->($UNREAD_PM$)</a> &middot;
<?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s107.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0">
<?endif?><?endif?>
<a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>--> <!--</s>--></a> &middot;
<a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>--><!--</s>--></a> &middot;
<a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>--> <!--</s>--></a> &middot;
<a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>--><!--</s>--></a> &middot;
<a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td>
</tr>
</table>
    
    <br>
 
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlocksin">
 <tr>
 <td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
 <td class="lefttitle"></td>
 <td class="eTitle">   Sinners.PP.Ua</td>
 <td class="centertitle3"><div align="right"><?if($USER_LOGGED_IN$)?><a href="javascript://" onclick="cookieToggle('rechome')"> / </a><?endif?></div></td>
 <td class="righttitle"> </td>
 </tr>
</table>
 </td>
 </tr>
 <tr>
 <td>
<div id="rechome">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="leftbody"></td>
<td class="centerbody">

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><div class="banner" align="center"><img src="http://sinners.pp.ua/SINNERS/3/img/shapka/32.png" border="0"><div></td>
<td><div class="banner" align="center"><a href="http://sinners.pp.ua/"><img src="http://sinners.pp.ua/SINNERS/3/img/Sinners-Banner-468.gif" alt="Sinners.PP.Ua -     ,   ...   ..." title="Sinners.PP.Ua -     ,   ...   ..." border="0"></a><div></td>


</td>
</tr>
</table>

</td>
<td class="rightbody"></td>
</tr>
</table>
</div>
 </td>
 </tr>
 <tr>
 <td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
 <td class="leftbottom"></td>
 <td class="centerbottom">

<table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
 <td><?if($USER_LOGGED_IN$)?><div align="left"> / <?endif?></div></td>
 <td width="100px"><div align="right"><a title="      " href="javascript://" onclick="openLayerB('reclama',0,'/xml/reclama.xml','   ',350,100,'1','','',0,'justify'); return false;"><b></b></a></div></td>
 </tr>
</table>

</td>
 <td class="rightbottom"></td>
 </tr>
</table>
 </td>
 </tr>
</table>

<br>
    
$BODY$</div><br />
<!-- </Body> -->
$GLOBAL_BFOOTER$
    
<?if($USER_LOGGED_IN$)?>
<script type="text/javascript" src="http://sinners.pp.ua/SINNERS/3/js/jquery.cookie.js"></script>
<script type="text/javascript">
cookieToggle = function(id) {

if ($.cookie('hideid_'+id)!=null) {$.cookie('hideid_'+id, null);} else {$.cookie('hideid_'+id, '');}

$('#'+id).slideToggle(100);
}
cookieToggleCheck = function(id) {

if ($.cookie('hideid_'+id)!=null) {$('#'+id).hide();}
}
cookieToggleCheck('rechome');
</script><?endif?>
</body>
</html>

